xen.git
2007-06-05 Jimi Xenidis[POWERPC][XEN] Set up an RTAS node for dom0 and proxy...
2007-06-03 Jimi Xenidis[POWERPC][FIRMWARE] Firmware can now provide an RTAS...
2007-06-03 Jimi Xenidis[POWERPC][XEN] ingore firmware debugging image
2007-06-03 Jimi Xenidis[POWERPC][FIRMWARE] Increase stack and move it to the...
2007-06-03 Jimi Xenidis[POWERPC][XEN] Simplify Dom0 Loading.
2007-06-03 Jimi Xenidis[POWERPC][XEN] Restore sanity to the memory allocated...
2007-06-03 Jimi Xenidis[POWERPC][XEN] Build firmware as single section and...
2007-05-17 Tom WilkieFix default return value for VM_Metrics.get_state
2007-05-17 Tom WilkieFix recent XenRT Failure re: xm block-list via XenAPI
2007-05-16 Ewan MellorAdded xeninfo.pl, a script for collecting statistics...
2007-05-16 kfraser@localhost... linux: Un-__init a couple of kexec vars that are access...
2007-05-16 Simon Hormanstatic, __init and __initdata symbols in machine_kexec.c
2007-05-15 Ian Campbell[XEND] Write the default ABI to the xenstore entry...
2007-05-15 Ian Campbell[BUILDER] Propagate the native protocol ABI for a guest...
2007-05-15 Tom WilkieAdd some fields from XenAPI docs to implementation.
2007-05-15 kfraser@localhost... [HVM][SVM] Reintroduce ASIDs.
2007-05-15 kfraser@localhost... Fix TPM support in HVM domains
2007-05-15 kfraser@localhost... xenapi: Small fix to the host.get_name_description...
2007-05-15 kfraser@localhost... x86/hvm: HVM_DBG_LOG() cleanup
2007-05-15 kfraser@localhost... vmx: remove CSTAR save/restore on VMX
2007-05-15 kfraser@localhost... x86/hvm: add logging for hypercalls
2007-05-15 kfraser@localhost... x86: fix EFER handling
2007-05-15 kfraser@localhost... x86/hvm: hypercall adjustments
2007-05-15 kfraser@localhost... x86-64/hvm: pio result storing
2007-05-15 kfraser@localhost... x86: ptwr adjustments
2007-05-15 kfraser@localhost... x86: replace some intpte_t * casts
2007-05-15 kfraser@localhost... x86: kill unused local variable sh_mapcache
2007-05-15 kfraser@localhost... tools: check for curl-devel and libxml2-devel
2007-05-15 kfraser@localhost... tools: check for libvncserver dependency libraries
2007-05-15 kfraser@localhost... 64-bit hvm on 32-bit dom0 - ioemu adjustments
2007-05-15 kfraser@localhost... x86: suppress SYSCALL feature for 32on64 guests
2007-05-15 kfraser@localhost... x86: invalidate_shadow_ldt() should be static
2007-05-14 Steven HandFix HVM save/restore after upgrade to 0.90.
2007-05-14 Steven HandHVM save/restore: handle larger domain ids.
2007-05-13 Keir Fraserhvm qemu: Fix for masking 64-bit operands broke 32...
2007-05-12 Keir Frasersvm: Simplify asm stub for vmentry/vmexit.
2007-05-12 Keir Frasersvm: Avoid VMSAVE/VMLOAD/VMSAVE/VMLOAD sequence on...
2007-05-12 Keir Fraserhvm: Fix ACPI shutdown, broken by my previous changeset.
2007-05-12 Keir Fraservmx: Replace pointless test-then-set with set.
2007-05-12 Keir Fraserxend: configuration option 'localtime = 1' is not honor...
2007-05-12 Keir Fraserxen: Fix struct-size checker for unions and long names.
2007-05-12 Keir Fraserhvm qemu: Fix write parameter masking for 64-bit guests.
2007-05-12 Keir Fraserxen: Better handling on not-present PDEs in destroy_xen...
2007-05-12 Keir Fraserx86: Improve zap_low_mappings.
2007-05-12 Keir Fraserxen: Free initmem after boot. Mark lots of init functio...
2007-05-12 Keir Fraserhvm: Fix emulation of PIIX4 PMCNTRL register for soft...
2007-05-11 Christian Limpach[qemu patches] Update patches upto changeset 15040...
2007-05-11 Christian Limpach[qemu] Fix ia64 after removal of ia64_intrinsic.h.
2007-05-10 Keir Frasersvm: Rationalise register synchronisation to be similar...
2007-05-10 Keir Fraserxen: Some cleanups for x86 start of day.
2007-05-10 Christian Limpach[qemu patches] Update patches upto changeset 15036...
2007-05-10 Christian Limpach[qemu] Fix keypad handling for VNC.
2007-05-10 kfraser@localhost... xen: Big changes to x86 start-of-day:
2007-05-10 Christian Limpach[qemu patches] Update patches upto changeset 15032...
2007-05-10 Christian Limpach[qemu patches] Update patches upto changeset 15032...
2007-05-10 Christian Limpach[qemu] Remove atomic_set_bit, atomic_clear_bit and...
2007-05-10 Christian Limpach[qemu] Remove unused -timeoffset option.
2007-05-10 Christian Limpach[qemu] Remove -vnclisten option since the same function...
2007-05-10 Christian Limpach[qemu] Remove no longer needed change.
2007-05-10 Christian Limpach[qemu] Use qemu's -vnc option to specify the interface...
2007-05-10 Christian Limpach[qemu] Fix shift key for non-graphical vnc displays...
2007-05-10 Christian Limpach[qemu] Sync data to disk if write cache is disabled.
2007-05-09 Christian Limpach[qemu] Fix typo in previous ia64 build fix (my fault).
2007-05-09 Christian Limpach[qemu] Fix ia64 build.
2007-05-09 Ian Campbell[BUILDER] Ensure that the L3 page table page for a...
2007-05-09 kfraser@localhost... hvm: Save/restore register state across hypercalls.
2007-05-09 Christian Limpach[ioemu] Update to qemu 0.90.
2007-05-08 Christian Limpach[qemu patches] Update patches upto changeset 15013...
2007-05-08 Tim DeeganMerge
2007-05-08 Tim Deegan[HVM] Fix shadow remove-write-access heuristic for...
2007-05-08 kfraser@localhost... xend hvm: Fix 'monitor=1' handling in domain config...
2007-05-08 kfraser@localhost... [Xen-API] Fix the rtc/timeoffset entry.
2007-05-07 Keir Fraseria64, linux: Import linux git changeset 5ee7737379b1d7f...
2007-05-07 Keir Fraserlinux: Add two arch hooks xen_pre_suspend() and xen_pos...
2007-05-07 Keir Fraserioemu: Fix typo in the ISO_Level3_Shift patch which...
2007-05-07 Keir Fraserxenstat: Remove the "vbd-%d-%d is a VBD." debugging...
2007-05-05 Keir Fraserhvm: Domains must be at least 2MB in size.
2007-05-05 Keir FraserFix Xen API's Host.get_record method.
2007-05-03 kfraser@localhost... blktap: Fix qcow max_aio_reqs calculation.
2007-05-03 Christian Limpach[qemu patches] Update patches upto changeset 14986...
2007-05-03 kfraser@localhost... xend: Revert changeset 15002. Breaks xend restart in...
2007-05-03 kfraser@localhost... [IA64] Presently pygrub only looks in /efi/redhat/elilo...
2007-05-03 kfraser@localhost... ia64 doesn't use /usr/lib64 on any distribution. When...
2007-05-03 kfraser@localhost... Even though 3.1.0 won't have an implementation for...
2007-05-02 Brendan CullyPut blktap character device back into /dev/xen.
2007-05-02 Tom Wilkie[XEND] Move Vifctl.network('start') earlier in Xend...
2007-05-02 Tom WilkieFix the fix for XendPIF
2007-05-02 Tom WilkieFix PIFIsPhysical exception when starting Xend
2007-05-01 Tom Wilkie[XM] Fix some small bugs in XenAPI create code.
2007-05-01 Tom Wilkie[XM] Fix get_single_vm bug
2007-05-02 kfraser@localhost... xend: Interface capability identifiers are statically...
2007-05-02 Tim Deegan[HVM] Save/restore: fix cset 14995
2007-05-02 Tim Deegan[HVM] Save/restore: save pending interrupts/events...
2007-05-01 Keir Fraserxend: Fix use of PIFIsPhysical (takes no arguments).
2007-05-01 Christian Limpach[pv console] Move console information in xenstore to...
2007-05-01 kfraser@localhost... xend: Fix SrvDomain.op_save.
2007-05-01 kfraser@localhost... xend: Ensure 2MB free before creating any domain. All...
2007-05-01 kfraser@localhost... xend: Fix spurious store changes on rename/migrate
2007-05-01 kfraser@localhost... save/restore: If ENABLE_LOGDIRTY fails, it may be becau...
2007-05-01 kfraser@localhost... xend: Ensure bootable flag is set in internal xend...
next